# Get furniture asset status

Returns the current status information for the specified furniture asset within the current account context.
            
Behavior:
- Validates asset association with the account
- Retrieves current status details of the asset
- Returns structured status information response
- Logs the action as an asset status view event

Endpoint: GET /api/v1/furniture/{assetIdentifier}/status

## Path parameters:

  - `assetIdentifier` (string, required)

## Response 200 fields (text/plain):

  - `data` (object)

  - `data.statusId` (string)

  - `data.statusCode` (string,null)

  - `data.statusName` (string,null)

  - `data.statusColor` (string,null)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


